Vcenter Ovf LibraryItem DeployableIdentity

Vcenter Ovf LibraryItem DeployableIdentity
Vcenter Ovf LibraryItem DeployableIdentity

The Vcenter Ovf LibraryItem DeployableIdentity schema describes the resource created by a deployment, or the source resource from which library item can be created, by specifying its resource type and resource identifier.

JSON Example
{
    "type": "string",
    "id": "string"
}
string
type
Required

Type of the deployable resource.

When clients pass a value of this schema as a parameter, the property must be one of VirtualMachine or VirtualApp. When operations return a value of this schema as a response, the property will be one of VirtualMachine or VirtualApp.

string
id
Required

Identifier of the deployable resource.

When clients pass a value of this schema as a parameter, the property must be an identifier for one of these resource types: VirtualMachine or VirtualApp. When operations return a value of this schema as a response, the property will be an identifier for one of these resource types: VirtualMachine or VirtualApp.